Annotate GtkTreeModelSort.new_with_model() appropriately
authorLutzLue <luemken@pre-sense.de>
Tue, 3 Dec 2019 15:36:42 +0000 (15:36 +0000)
committerEmmanuele Bassi <ebassi@gmail.com>
Tue, 3 Dec 2019 15:36:42 +0000 (15:36 +0000)
commite4b8481dd0ca11f33a4e05a0f250b339a04a1282
treef5f1a95d9c1e5f9ee4409f71bb8d77451b5e9a82
parentd868b23c763d6230df52f9bcc73e32751967b7ba
Annotate GtkTreeModelSort.new_with_model() appropriately

The new_with_model() method is a constructor, and it returns a GtkTreeModelSort
instance, even if the C API returns a GtkTreeModel for the convenience of C
developers.

Fixes: #1077
gtk/gtktreemodelsort.c